.ErrMsg {
	font-size: 9pt;
	color: #FF0000;
}

body {
	margin: 0px;
	background-color: #5795D0;
}

td {
	font-size: 9pt;
}

th {
	font-size: 9pt;
	font-weight: bold;
}

a:link {
	font-size: 9pt;
	color: #5F695E;
}
a:visited {
	font-size: 9pt;
	color: #5F695E;
}
a:hover {
	font-size: 9pt;
	color: #0099CC;
}
a:active {
	font-size: 9pt;
	color: #FF0000;
}
.errorlist {
	font-size: 9pt;
	color: #FF0000;
}

.hintlist {
	font-size: 9pt;
	color: #FF0000;
	list-style-position: inside; 
	list-style-type: circle; 
	float:left; margin:0px;
}

.BlueText {
	font-size: 9pt;
	font-weight: bold;
	color: #5F695E;
}

.RedText {
	font-size: 9pt;
	font-weight: bold;
	color: #FF0000;
}
.InlineImage{
	display: inline-block;
}

.WhiteBold {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
a.WhiteBold:link {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
a.WhiteBold:visited {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
a.WhiteBold:hover {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
a.WhiteBold:active {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}

a.redlink {
	font-weight: normal;
	color: #FF0000;
}

.bottomBlueBorder {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #0000FF;
}

.bottomRedBorder {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #FF0000;
}

.obListTableHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5F695E;
	border-color: #FFFFFF;
}
.tdReference{
	font-weight: normal;
	color: #FFFFFF;
	background-color: #5F695E;
	border-color: #FFFFFF;
}

.obListTableHighlightRow {
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFF00;
}

.obListTableHightRow {
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFF00;
}

.buttonWithBackground {
	background-image: url("/media/images/other/button.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	line-height: 26px;
}
.buttonWith8Char {
	background-image: url("/media/images/other/button8ch.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	line-height: 26px;
}
.buttonWith4Char {
	background-image: url("/media/images/other/button4ch.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	line-height: 26px;
}
.buttonWith2Char {
	background-image: url("/media/images/other/button2ch.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	line-height: 26px;
}

#TopicContent p {
	line-height: 200%;
	text-indent: 2em;
	text-align: left;
}

.longtext {
	line-height: 200%;
	text-indent: 2em;
	text-align: left;
}

.ieaunicode{
	font-family: 'IeaUnicode' !important;
}

.TibetanText {
	font-size: 16pt;
}

h1 {
	line-height: 300%;
}

ul,ol,li { list-style: none; margin: 0; padding: 0; font-size: 10pt;}
.divLeftMenu{ float: center; width: 160px; height: auto; background: #ede7d7;}
.divLeftMenu ul{ width: 160px; margin: 0 auto; padding-top: 12px; }
.divLeftMenu ul li{ width: 160px; height: 48px; line-height: 48px; text-align: center; background: url("/media/images/other/LeftMenu.jpg") no-repeat; margin-bottom: 5px;}
.divLeftMenu ul li a{ color: #333; font-size: 14px;}
.divLeftMenu ul li a:hover{ color: #780100;}
.dictR{ width: 716px; height: auto; float: left; padding: 18px 0 0 28px; overflow: hidden; }